home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global theCoord, startTime, pierwszyRaz
- set pierwszyRaz to 1
- Animate(theCoord)
- if soundBusy(3) = 0 then
- set the dontHumWinnie of theCoord to 0
- set the mouseDownScript to EMPTY
- set the cursorHidden of theCoord to 0
- set startTime to the ticks / 60
- go(4)
- else
- go(the frame)
- end if
- end
-